home *** CD-ROM | disk | FTP | other *** search
/ Champak 138 / Volume 138 Aug 19 2011 - Damaged.iso / Games / shadez.swf / scripts / com / kongregate / as3 / client / IAPIBootstrap.as next >
Encoding:
Text File  |  2011-08-19  |  434 b   |  25 lines

  1.  
  2. {
  3.    if(true)
  4.    {
  5.       IAPIBootstrap = ┬º┬ºnewclass(IAPIBootstrap,null);
  6.    }
  7. }
  8.  
  9. package com.kongregate.as3.client
  10. {
  11.    import flash.display.Stage;
  12.    import flash.events.Event;
  13.    
  14.    public interface IAPIBootstrap
  15.    {
  16.        
  17.       
  18.       function init(param1:Event = null, param2:Stage = null) : void;
  19.       
  20.       function hideLog() : void;
  21.       
  22.       function showLog(param1:int = 0) : void;
  23.    }
  24. }
  25.